home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / plot3d / y.tab.h < prev   
Encoding:
C/C++ Source or Header  |  1991-07-19  |  265 b   |  16 lines

  1.  
  2. typedef union  {
  3.     Term *node;
  4.     TermList *list;
  5.     float real;
  6.     int integer;
  7.     char *string;
  8.     char character;
  9. } YYSTYPE;
  10. extern YYSTYPE yylval;
  11. # define IDENTIFIER 257
  12. # define NUMBER 258
  13. # define INTEGER 259
  14. # define BADCHAR 260
  15. # define UMINUS 261
  16.